home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / sda13.arc / CLSDA.BAT next >
Encoding:
DOS Batch File  |  1990-06-24  |  375 b   |  19 lines

  1.  
  2.   @ECHO OFF
  3.   Rem CLSDA.BAT 06-17-90 tem
  4.  
  5.   IF X%1==X/L GOTO @LNK
  6.   IF X%1==X/l GOTO @LNK
  7.  
  8.   Rem the /F parm is stack size in hex bytes...
  9.   cl SDA13.c  /Zp /c 
  10.      If errorlevel 1 Echo Error in %0.  Link step NOT DONE.
  11.      If errorlevel 1 GOTO @FINIS
  12.  
  13. :@LNK
  14.   Rem DO NOT pack if using stack option...
  15.       Link /STACK:8192  sda13+putstr.obj;
  16.  
  17. :@FINIS
  18.  
  19.